Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODFrame


AcquireFrameShape

The AcquireFrameShape method returns a reference to the frame shape of this frame.

ODShape AcquireFrameShape (in ODCanvas biasCanvas);
biasCanvas
kODNULL if the geometry is in platform-normal coordinates, otherwise a reference to the canvas object to whose coordinate space the geometry is biased.
return value
A reference to the frame shape, expressed in frame coordinates.
DISCUSSION
The caller must not modify the frame shape; only this frame's containing part can modify the frame shape.

This method increments the reference count of the returned shape object. When you have finished using that shape object, you should call its Release method.

SEE ALSO
The ODFrame::ChangeFrameShape method (page 306).
The ODFrame::RequestFrameShape method (page 331).
"Frame Shape" on page 145 in OpenDoc Programmer's Guide.
Listing 2-14 on page 61 in OpenDoc Cookbook.
Listing 2-18 on page 68 in OpenDoc Cookbook.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help